﻿/*************************************
*项目基本样式库
*project by Jiang Shihao
*************************************/

.jsh-wp {
    max-width: 1400px;
    margin: auto;
}

.jsh-erp {
    max-width: 1200px;
    margin: auto;
    background: url(../images/indexOnebg.png) no-repeat bottom center;
}

.jsh-link {
    display: inline-block;
    background: #0573fb;
    border-radius: 21px;
    padding: 10px 50px;
    font-size: 14px;
    font-family: PingFang SC-Medium, PingFang SC-Medium-SC-Medium;
    text-align: left;
    color: #ffffff;
    transition: all .3s ease;
}

.jsh-link2 {
    opacity: 1;
    display: inline-block;
    font-size: 14px;
    font-family: PingFang SC-Bold, PingFang SC-Bold-SC-Bold;
    color: #0086f1;
    line-height: 26px;
    padding-right: 25px;
    background: url(../images/jiangtou.png) no-repeat center right;
    transition: all .3s ease;
}

.jsh-link:hover,
.jsh-link2:hover {
    opacity: 0.7;
}

.jsh-erp-title {
    padding: 3% 0;
    text-align: center;
}

.jsh-erp-title span {
    opacity: 0.6;
    font-size: 14px;
    font-family: Arial Bold, Arial Bold-Bold;
    font-weight: 700;
    color: #3a488f;
}

.jsh-erp-title h5 {
    font-size: 28px;
    font-family: Adobe Heiti Std R, Adobe Heiti Std R-R;
    color: #3a488f;
    padding-top: 15px;
}

.jsh-erp-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.jsh-erp-nav li {
    width: 33.33%;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding-bottom: 25px;
}

.jsh-erp-nav li span {
    font-size: 22px;
    font-family: PingFang SC-Medium, PingFang SC-Medium-SC-Medium;
    color: #2d8de4;
    padding-left: 15px;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jsh-erp-nav__two {
    display: none;
}

.jsh-erp-nav li.on span {
    font-weight: bold;
}

.jsh-erp-nav li.on .jsh-erp-nav__two {
    display: inline-block;
}

.jsh-erp-nav li.on .jsh-erp-nav__one {
    display: none;
}

.jsh-erp-content {
    padding: 10% 0;
}

.jsh-erp-content li {
    display: none;
}

.jsh-erp-content li img{
    border-radius: 10px;
}

.jsh-erp-content .text {
    padding-left: 5%;
}

.jsh-erp-content .text h5 {
    font-size: 32px;
    font-family: PingFang SC-Bold, PingFang SC-Bold-SC-Bold;
    font-weight: SC-Bold;
    text-align: left;
    color: #3a488f;
    border-bottom: 1px solid rgba(0, 0, 0, 0.18);
    padding-bottom: 30px;
}

.jsh-erp-content .text p {
    opacity: 0.6;
    font-size: 18px;
    font-family: PingFang SC-Regular, PingFang SC-Regular-SC-Regular;
    font-weight: SC-Regular;
    color: #3e3e3e;
    line-height: 2;
    padding-bottom: 20px;
    padding-top: 20px;
}

.jsh-erp-content li.on {
    display: flex;
}


/* 首页服务 */

.jsh-service {
    padding: 3% 0;
    background: #21b0f4 url(../images/indexOnebg.png) no-repeat bottom center;
}

.jsh-service-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 2%;
}

.jsh-service-title .left {}

.jsh-service-title .left span {
    opacity: 0.6;
    font-size: 14px;
    font-family: Arial Bold, Arial Bold-Bold;
    font-weight: 700;
    text-align: left;
    color: #ffffff;
}

.jsh-service-title .left h5 {
    opacity: 1;
    font-size: 36px;
    font-family: Adobe Heiti Std R, Adobe Heiti Std R-R;
    color: #ffffff;
    padding-top: 10px;
    position: relative;
    padding-bottom: 20px;
}

.jsh-service-title .left h5 i {
    display: block;
    font-style: normal;
}

.jsh-service-title .left h5::after {
    content: "";
    width: 29px;
    height: 5px;
    opacity: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ffffff;
}

.jsh-service-container {
    position: relative;
    overflow: hidden;
}

.jsh-service-container .item {
    width: 335px;
    height: 531px;
    opacity: 1;
    background: #ffffff;
    border-radius: 5px;
    padding: 35px;
    box-sizing: border-box;
    position: relative;
}

.jsh-service-container .item h5 {
    opacity: 1;
    font-size: 30px;
    font-family: PingFang SC-Bold, PingFang SC-Bold-SC-Bold;
    color: #3a488f;
    padding-top: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.jsh-service-container .item span {
    font-size: 14px;
    font-family: Arial Regular, Arial Regular-Regular;
    font-weight: 400;
    text-align: left;
    color: #3a488f;
    line-height: 24px;
    display: block;
    position: relative;
    padding-bottom: 20px;
    padding-top: 8px;
}

.jsh-service-container .item span::after {
    content: "";
    width: 14px;
    height: 3px;
    opacity: 1;
    background: #0086f1;
    position: absolute;
    left: 0;
    bottom: 0;
}

.jsh-service-container .item .text {
    padding-top: 20px;
}

.jsh-service-container .item .text p {
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC-Bold-SC-Bold;
    color: #3a488f;
    line-height: 26px;
    padding-bottom: 8px;
}

.jsh-service-container .item .desc {
    font-size: 14px;
    color: #3e3e3e;
    opacity: 0.5;
    line-height: 22px;
    padding-top: 20px;
}

.jsh-service-container .item .link {
    text-align: right;
    position: absolute;
    bottom: 35px;
    right: 35px;
}


/* 首页 -选择瑞闻的几大理由*/

.jsh-reason-content {
    padding: 5% 0;
    position: relative;
}

.jsh-reason-content h5 {
    font-size: 36px;
    color: #3a488f;
    padding-bottom: 3%;
}

.jsh-reason-content p {
    font-size: 20px;
    font-family: PingFang SC-Medium, PingFang SC-Medium-SC-Medium;
    color: #000000;
    padding-bottom: 20px;
}

.jsh-reason-content em {
    font-size: 20px;
    font-family: PingFang SC-Medium, PingFang SC-Medium-SC-Medium;
    color: #21b0f4;
    font-style: normal;
}

.jsh-reason-content img {
    position: absolute;
    right: 0;
    top: 10%;
}

.jsh-reason .jsh-link img {
    margin-left: 15px;
}

.jsh-reason-anli {
    display: flex;
    justify-content: space-between;
    padding: 5% 0;
}

.jsh-reason-anli li {
    height: 130px;
    width: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    box-shadow: 0px 5px 13px 5px rgba(3, 0, 0, 0.05);
}

.jsh-reason-anli li a {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jsh-reason-anli li img {
    max-width: 80%;
    max-height: 80%;
}


/* 关于我们 */

.jsh-about-title {
    background: #21b0f4;
    padding: 1% 0;
}

.jsh-about-title h5 {
    font-size: 36px;
    font-family: Arial Bold, Arial Bold-Bold;
    color: #ffffff;
    padding-bottom: 10px;
}

.jsh-about-title p {
    font-size: 18px;
    font-family: PingFang SC-Bold, PingFang SC-Bold-SC-Bold;
    color: #ffffff;
}

.jsh-about-nav {
    padding: 3% 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jsh-about-nav h5 {
    font-size: 24px;
    font-family: PingFang SC-Bold, PingFang SC-Bold-SC-Bold;
    color: #21b0f4;
}

.jsh-about-nav ul li {
    font-size: 16px;
    font-family: PingFang SC-Bold, PingFang SC-Bold-SC-Bold;
    color: #ccc;
    padding: 0 25px;
    line-height: 1;
    cursor: pointer;
}

.jsh-about-nav ul {
    display: flex;
}

.jsh-about-nav ul li+li {
    border-left: 1px solid #b6b6b6;
    padding-right: 0;
}

.jsh-about-nav ul li.on {
    color: #21b0f4;
}

.jsh-about-text {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.jsh-about-text p {
    padding-bottom: 25px;
    opacity: 0.75;
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC-Regular-SC-Regular;
    color: #000000;
    line-height: 26px;
    line-height: 1.8;
}

.jsh-about-gundong {
    position: relative;
    /* padding-left: 5%; */
    display: none;
}

.jsh-about-swiper {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.jsh-about-swiper .item {
    position: relative;
    overflow: hidden;
}

.jsh-about-swiper .item img {
    max-width: 100%;
    max-height: 100%;
    transition: all 0.3s ease;
}

.jsh-about-swiper .item:hover img {
    transform: scale(1.1);
}

.jsh-about-swiper .name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 12% 10% 7%;
    color: #fff;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(rgba(0, 0, 0, 0.3)));
}

.jsh-about-swiper .name p {
    padding-top: 5px;
}

.jsh-honor {
    padding: 3% 0;
}

.jsh-honor-content {
    display: flex;
    justify-content: space-between;
}

.jsh-honor-item {
    width: 50%;
}

.jsh-honor-item .title {
    padding-bottom: 5%;
}

.jsh-honor-item .title h5 {
    font-size: 36px;
    font-family: PingFang SC-Bold, PingFang SC-Bold-SC-Bold;
    font-weight: SC-Bold;
    color: #3a488f;
    padding-bottom: 10px;
}

.jsh-honor-item .title span {
    opacity: 0.4;
    font-size: 14px;
    font-family: Arial Bold, Arial Bold-Bold;
    font-weight: 700;
    text-align: right;
    color: #000000;
}

.jsh-honor-item .list li {
    padding-bottom: 15px;
}

.jsh-honor-item .list li a {
    font-size: 16px;
    font-family: PingFang SC-Medium, PingFang SC-Medium-SC-Medium;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    transition: all .3s ease;
}

.jsh-honor-item .list li a:hover {
    color: #0573fb;
}

.jsh-honor-item+.jsh-honor-item {
    border-left: 1px solid rgba(0, 0, 0, 0.15);
    padding-left: 5%;
}

.jsh-honor-desc {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 25px;
    padding-top: 4%;
    line-height: 1.9;
    opacity: 0.75;
    font-size: 16px;
    font-family: PingFang SC-Regular, PingFang SC-Regular-SC-Regular;
    color: #000000;
}


/* 新闻 */

.jsh-news {
    padding: 3% 0;
}

.jsh-news-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jsh-news-title .left span {
    opacity: 0.4;
    font-size: 14px;
    font-family: Arial Bold, Arial Bold-Bold;
    font-weight: 700;
    color: #000000;
}

.jsh-news-title .left h5 {
    font-size: 36px;
    font-family: PingFang SC-Bold, PingFang SC-Bold-SC-Bold;
    color: #3a488f;
    padding-top: 10px;
}

.jsh-news-title .right {
    display: flex;
}

.jsh-news-title .right a {
    width: 139px;
    height: 40px;
    opacity: 1;
    border: 1px solid #0573fb;
    border-radius: 24px;
    font-size: 14px;
    font-family: PingFang SC-Bold, PingFang SC-Bold-SC-Bold;
    color: #0573fb;
    margin-left: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all .3s ease;
}

.jsh-news-title .right a.on,
.jsh-news-title .right a:hover {
    opacity: 1;
    background: #0573fb;
    border-radius: 23px;
    color: #fff;
}

.jsh-news-list {
    display: none;
    flex-wrap: wrap;
}

.jsh-news-list.on {
    display: flex;
}

.jsh-news-list .thumb {
    overflow: hidden;
}

.jsh-news-list .thumb .img {
    max-width: 100%;
    max-height: 100%;
    transition: all .3s ease;
    display: block;
    height: 250px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.jsh-news-list li:hover .img {
    transform: scale(1.1);
}

.jsh-news-list li {
    width: 31%;
    margin: 5% 1.1% 0;
}

.jsh-news-list h5 {
    font-size: 18px;
    font-family: PingFang SC-Bold, PingFang SC-Bold-SC-Bold;
    color: #000000;
    padding: 20px 0 10px;
}

.jsh-news-list span {
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC-Regular-SC-Regular;
    color: #999999;
}

.jsh-news-list p {
    padding-top: 10px;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC-Regular-SC-Regular;
    color: #b5b3bd;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.7;
}


/*banner*/

.banner {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.banner-container {
    overflow: hidden;
    position: relative;
}

.banner-container img {
    width: 100%;
}

.banner-pagination {
    position: absolute;
    bottom: 15% !important;
    left: 0;
    z-index: 11;
    padding-left: 5%;
}

.banner-pagination span {
    width: 5%;
    font-size: 12px;
    color: #fff;
    opacity: 0.5 !important;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    background: rgba(0, 0, 0, 0);
    height: auto;
    text-align: center;
    margin: 0 !important;
}

.banner-pagination i {
    opacity: 0;
    font-style: normal;
}

.banner-pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
}

.banner-pagination .swiper-pagination-bullet-active i {
    opacity: 1;
}

.swiper-button-prev {
    background-image: url(../images/ll2.png) !important;
    width: 48px !important;
    height: 48px !important;
}

.swiper-button-next {
    background-image: url(../images/rr2.png) !important;
    width: 48px !important;
    height: 48px !important;
}


/*首页*/

.index-dynamic {
    position: absolute;
    bottom: 10px;
    width: 100%;
    z-index: 12;
    padding: 0 5%;
}

.index-dynamic .content {
    overflow: hidden;
    padding: 3%;
    background: #fff;
    box-shadow: 0px 2px 10px 0px #d0d0d0;
}

.index-dynamic .left {
    font-size: 14px;
    color: #393939;
    float: left;
    padding-right: 2%;
}

.index-dynamic .right {}

.index-dynamic .right-son {
    overflow: hidden;
    float: left;
    padding: 0 2%;
    margin-top: 2px;
    width: 100%;
}

.index-dynamic .right-son:nth-of-type(2) {
    float: right;
}

.index-dynamic .right-son a {
    font-size: 12px;
    color: #525252;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.3s;
}

.index-dynamic .right-son span {
    font-size: 12px;
    color: #8d8d8d;
    float: right;
}

.dynamic-container {
    float: left;
    overflow: hidden;
    position: relative;
    width: 90%;
}

.index-dynamic .right-son a:hover {
    color: #1d74c9;
    transition: all 0.3s ease;
}

.index-product {
    padding: 0 5% 3% 5%;
}

.index-product .top {
    overflow: hidden;
    padding: 3% 0 5%;
    background: #fff;
}

.index-product .top img {
    float: left;
    height: 40px;
}

.index-product .top span {
    font-size: 26px;
    color: #8d8d8d;
    float: left;
    padding: 0 0 0 4%;
}

.index-product .content {
    overflow: hidden;
}

.index-product .content li {
    padding: 5% 3%;
    background: #fff;
    float: left;
    transition: all 0.3s ease;
}

.index-product .content a {
    display: block;
}

.index-product .content span {
    height: 55px;
    width: 55px;
    display: inline-block;
    position: relative;
}

.index-product .content span img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.3s ease;
}

.index-product .content span img.two {
    opacity: 0;
    transition: all 0.3s ease;
}

.index-product .content h5 {
    color: #343434;
    font-size: 18px;
    padding-top: 6%;
    height: 68px;
    overflow: hidden;
    /*text-overflow: ellipsis;white-space:nowrap;*/
    transition: all 0.3s ease;
}

.index-product .content p {
    line-height: 1.7;
    font-size: 14px;
    color: #a3a3a3;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease;
}

.index-product .content li:hover {
    background: #1d74c9;
    transition: all 0.5s ease;
}

.index-product .content li:hover h5 {
    color: #fff;
    transition: all 0.5s ease;
}

.index-product .content li:hover p {
    color: #e0e0e0;
    transition: all 0.5s ease;
}

.index-product .content li:hover span img.one {
    opacity: 0;
    transition: all 0.5s ease;
}

.index-product .content li:hover span img.two {
    opacity: 1;
    transition: all 0.5s ease;
}

.index-content {
    background: #323a41;
    padding: 0 5%;
    position: relative;
}

.index-content-top {
    height: 5%;
    width: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    background: #fff;
    z-index: 0;
}

.index-content .one {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.index-product .pull-dott {
    float: right;
    padding-top: 3%;
}

.index-content .honors-container {
    overflow: hidden;
    position: relative;
    padding-top: 2%;
    height: 140px;
}

.index-content .honors-container i {
    width: 6px;
    height: 6px;
    background: #fff;
    float: left;
    margin-top: 8px;
}

.index-content .honors-container a {
    float: right;
    font-size: 14px;
    color: #e0e0e0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
}

.index-content .honors-container .swiper-slide:nth-of-type(1) i {
    opacity: 1;
}

.index-content .honors-container .swiper-slide:nth-of-type(2) i {
    opacity: 0.8;
}

.index-content .honors-container .swiper-slide:nth-of-type(3) i {
    opacity: 0.6;
}

.index-content .honors-container .swiper-slide:nth-of-type(4) i {
    opacity: 0.4;
}

.index-content .honors-container .swiper-slide {
    overflow: hidden;
}

.index-content .honors-btn {
    float: right;
    overflow: hidden;
}

.index-content .honors-btn i {
    height: 25px;
    width: 1px;
    background: #fff;
    float: right;
    opacity: 0.3;
}

.index-content .honors-btn span {
    height: 25px;
    width: 30px;
    float: right;
    opacity: 0.9;
}

.index-content .honors-btn-prev {
    background: url(../images/index-left.png) no-repeat center right;
}

.index-content .honors-btn-next {
    background: url(../images/index-right.png) no-repeat center left;
}

.index-content .honors-btn span.swiper-button-disabled {
    opacity: 0.5;
}

.index-content .one-left {
    float: right;
    background: #1d74c9;
    overflow: hidden;
    padding: 5%;
    box-sizing: border-box;
}

.index-content .one-left-top {
    overflow: hidden;
}

.index-content .one-left-top img {
    float: left;
    height: 40px;
}

.index-content .one-left h1 {
    font-size: 26px;
    color: #eee;
    border-bottom: 1px solid #fff;
    padding: 3% 0 6%;
}

.index-content .one-left h1 a {
    color: #eee;
}

.one-right {
    overflow: hidden;
    float: right;
}

.one-right a {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.5s ease;
}

.one-right a:hover {
    transform: scale(1.05);
    transition: all 0.5s ease;
}

.index-content .two {
    overflow: hidden;
}

.index-content .two-left {
    float: left;
}

.index-content .two-left-item {
    position: relative;
    overflow: hidden;
}

.index-content .two-left-item a {
    display: block;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}

.index-content .two-left-item img {
    width: 100%;
    transition: all 0.5s;
}

.index-content .two-left-item p {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    transition: all 0.3s;
}

.index-content .two-left-item span {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 5% 0;
    z-index: 2;
    text-align: center;
}

.index-content .two-center {
    float: left;
    padding: 5%;
    text-align: center;
}

.index-content .two-center h3 {
    font-size: 26px;
    color: #fff;
    opacity: 0.5;
    padding: 3% 0;
}

.index-content .two-center p {
    font-size: 14px;
    color: #fff;
    line-height: 1.7;
    padding: 10%;
}

.index-content .two-center a {
    font-size: 14px;
    color: #fff;
    padding: 3.5% 20%;
    opacity: 0.8;
    border: 1px solid #fff;
    display: inline-block;
    opacity: 1;
    transition: all 0.3s;
}

.index-content .two-center .image {}

.index-content .two-center .image img {
    margin-bottom: 5%;
    height: 30px;
}

.index-content .two-right {
    float: left;
}

.index-content .two-left-item:hover a {
    transform: scale(1.05);
    transition: all 0.5s ease;
}

.index-content .two-left-item:hover p {
    opacity: 0;
    transition: all 0.3s;
}

.index-content .two-left-item:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.index-content .two-center a:hover {
    padding: 3.5% 23%;
    opacity: 0.7;
    transition: all 0.5s ease;
}

.index-content .three {
    overflow: hidden;
}

.index-content .three a {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.5s ease;
}

.index-content .three-left {
    position: relative;
    float: left;
    overflow: hidden;
}

.index-content .three-left p {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.5s;
}

.index-content .three-left span {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
}

.index-content .three-left:hover p {
    opacity: 1;
    transition: all 0.5s;
}

.index-content .three-left:hover a {
    transform: scale(1.05);
    transition: all 0.5s ease;
}

.index-content .four {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.index-content .four-left {
    float: right;
}

.index-content .four-left a {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.5s;
}

.index-content .four-right {
    float: right;
    background: #fff;
    padding: 5%;
}

.index-content .four-right .image {
    overflow: hidden;
}

.index-content .four-right .image img {
    float: left;
    height: 40px;
}

.index-content .four-right .pull-dott {
    float: right;
}

.index-content .four-right h3 {
    font-size: 26px;
    color: #666;
    padding: 4% 0 5%;
}

.index-content .four-right i {
    display: inline-block;
    width: 10%;
    background: #ddd;
    height: 3px;
}

.index-content .four-right p {
    font-size: 12px;
    color: #666666;
    line-height: 1.8;
    padding-top: 5%;
}

.index-content .four-right .tel {
    padding-top: 6%;
}

.index-content .four-right .tel img {}

.index-bottom {
    position: relative;
    z-index: 0;
}

.index-bottom img {
    width: 100%;
    margin-top: -5%;
}

.son-banner {
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 300px;
    position: relative;
    width: 100%;
}

.son-banner-nav {
    color: #fff;
    font-size: 14px;
    position: absolute;
    left: 5%;
    bottom: 5%;
}

.son-banner-nav a {
    color: #fff;
    font-size: 14px;
    padding: 0 5px;
}


/*案例*/

.case {
    background: #f5f5f5;
    padding: 2.5% 5%;
}

.case-content {
    background: #fff;
    padding-bottom: 5%;
}

.case ul {
    overflow: hidden;
}

.case li {
    float: left;
    padding: 1%;
}

.case li h5 {
    padding: 4% 5% 1%;
    overflow: hidden;
}

.case li h5 em {
    font-size: 16px;
    color: #000;
    float: left;
    font-style: normal;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.case li .pull-dott {
    float: right;
}

.case li p {
    font-size: 12px;
    color: #666;
    padding: 3% 5% 0 5%;
    line-height: 1.8;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.case .image {
    overflow: hidden;
}

.case .image img {
    width: 100%;
    transition: all 0.3s ease;
}

.case li:hover img {
    transform: scale(1.05);
    transition: all 0.5s ease;
}

.case li:hover h5 em {
    color: #1e74c9;
    transition: all 0.5s ease;
}

.case li:hover p {
    opacity: 1;
    transition: all 0.5s ease;
}


/*新闻*/

.news {
    background: #f5f5f5;
    padding: 2.5% 5%;
}

.news-item {
    background: #fff;
    margin-bottom: 2%;
    padding: 0.7%;
    transition: all 0.5s ease;
}

.news-item a {
    overflow: hidden;
    display: block;
}

.news-image {
    text-align: center;
    float: left;
}

.news-image img {
    width: 100%;
}

.news-content {
    float: left;
}

.news-content h5 {
    padding: 3.6% 2.4% 0 2.4%;
    font-size: 18px;
    color: #000000;
    transition: all 0.5s ease;
    overflow: hidden;
}

.news-content h5 span {
    float: left;
}

.news-content h5 em {
    float: right;
    font-weight: normal;
    font-style: normal;
    font-sizeg: 12px;
}

.news-content p {
    font-size: 12px;
    color: #2f2f2f;
    opacity: 0.7;
    line-height: 2.2;
    padding: 0 1% 0 2.4%;
    margin: 2% 0 2.4% 0;
    transition: all 0.5s ease;
}

.news-more {
    padding: 2% 0;
    text-align: center;
    background: #0879e3;
    overflow: hidden;
}

.news-more a {
    font-size: 16px;
    color: #fff;
    background: url(../images/refresh.png) no-repeat left center;
    padding-left: 30px;
}

.news-more a:hover {
    opacity: 0.8;
}

.news-item:hover {
    background: #0879e3;
    transition: all 0.5s ease;
}

.news-item:hover .news-time {
    background: #fff;
    transition: all 0.5s ease;
}

.news-item:hover .news-time h2 {
    color: #0879e3;
    transition: all 0.5s ease;
}

.news-item:hover .news-time p {
    color: #0879e3;
    transition: all 0.5s ease;
}

.news-item:hover .news-time {
    background: #fff;
    transition: all 0.5s ease;
}

.news-item:hover .news-content h5 {
    color: #fff;
    transition: all 0.5s ease;
}

.news-item:hover .news-content p {
    color: #fff;
    transition: all 0.5s ease;
}


/*企业新闻-详情*/

.inside-news {
    background: #f5f5f5;
    padding: 2.5% 5%;
}

.inside-news-content {
    text-align: center;
}

.inside-news-content .title {
    font-size: 18px;
    color: #000000;
}

.inside-news-content .time {
    font-size: 14px;
    color: #8f8f8f;
    padding: 1% 0;
}

.inside-news-details {
    padding: 2% 0;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    overflow: auto;
}

.inside-news-details p {
    text-align: left;
    font-size: 16px;
    color: #3f3f3f;
    padding-bottom: 1%;
    line-height: 1.8;
}

.inside-news-details img {
    margin: 1% 0;
    max-width: 100%;
    height: auto;
}

.news-page {
    padding-top: 3%;
    float: left;
}

.news-page a {
    display: block;
    font-size: 14px;
    color: #666;
    transition: all 0.5s ease;
    padding-bottom: 5%;
    text-align: left;
}

.news-page a:hover {
    color: #0879e3;
    transition: all 0.5s ease;
}

.news-back {
    text-align: right;
    padding-top: 4%;
    float: right;
}

.news-back a {
    width: 156px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background: #0879e3;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    transition: all 0.5s ease;
}

.news-back a:hover {
    width: 165px;
    transition: all 0.5s ease;
}

.news-content-page {
    overflow: hidden;
}

.son-nav {
    overflow: hidden;
}

.son-nav a {
    float: left;
    font-size: 14px;
    color: #fff;
    text-align: center;
    padding: 1% 0;
    background: #1d74c9;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
}

.son-nav a.on {
    background: #fff;
    color: #666;
}


/*产品中心*/

.product {
    background: #f5f5f5;
    padding: 2.5% 5%;
    overflow: hidden;
}

.product-left {
    float: left;
}

.product-left li {
    padding: 3% 5%;
    background: #fff;
    overflow: hidden;
    transition: all 0.3s ease;
}

.product-left i {
    width: 25px;
    height: 40px;
    line-height: 30px;
    float: left;
    position: relative;
    text-align: center;
}

.product-left i img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    max-width: 100%;
    max-height: 100%;
    opacity: 1;
    transition: all 0.3s ease;
}

.product-left i img.two {
    opacity: 0;
}

.product-left a {
    overflow: hidden;
    position: relative;
    padding-left: 10px;
    font-size: 16px;
    color: #000;
    height: 40px;
    line-height: 40px;
    display: block;
    cursor: pointer;
    transition: all 0.3s ease;
    padding-right: 10%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-left a:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/right1.png) no-repeat center;
    content: "";
    width: 15px;
    height: 15px;
}

.product-right {
    float: right;
}

.product-right-item {
    overflow: hidden;
    background: #fff;
    margin-bottom: 3%;
}

.product-right-item .image {
    background: #ececec;
    padding: 5%;
    float: left;
    text-align: center;
}

.product-right-item .image img {
    width: 80%;
    height: auto;
}

.product-right-item .text {
    padding: 3% 5%;
    float: left;
}

.product-right-item .text h3 {
    font-size: 24px;
    color: #000;
    padding-bottom: 3%;
    border-bottom: 1px solid #eee;
}

.product-right-item .text p {
    font-size: 14px;
    color: #000;
    line-height: 1.8;
    padding-top: 3%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.product-right-item .text a {
    font-size: 14px;
    color: #fff;
    background: #1d74c9;
    display: inline-block;
    padding: 2% 18% 2.5% 3%;
    position: relative;
    margin-top: 15%;
    transition: all 0.3s;
}

.product-right-item .text a:after {
    content: "";
    background: url(../images/arrows.png) no-repeat left center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 7%;
    width: 30px;
    height: 11px;
}

.product-right-item .text a:hover {
    padding-right: 21%;
    transition: all 0.3s;
    opacity: 0.9;
}

.product-left li:hover,
.product-left li.on {
    background: #1d74c9;
    transition: all 0.5s ease;
}

.product-left li:hover a,
.product-left li.on a {
    color: #fff;
    transition: all 0.5s ease;
}

.product-left li:hover i img.one,
.product-left li.on i img.one {
    opacity: 0;
    transition: all 0.5s ease;
}

.product-left li:hover i img.two,
.product-left li.on i img.two {
    opacity: 1;
    transition: all 0.5s ease;
}


/*团队*/

.team {
    background: #f5f5f5;
    padding: 2.5% 5%;
    overflow: hidden;
}

.team-content {
    overflow: hidden;
}

.team-content a {
    overflow: hidden;
}

.team-item {
    float: left;
    position: relative;
}

.team-item img {
    width: 100%;
    /* -webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%); */
    transition: all 0.3s ease;
}

.team-item .text {
    background: rgba(29, 116, 201, 0.5);
    padding: 5% 3%;
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    transition: all 0.5s ease;
}

.team-item h5 {
    font-size: 24px;
    color: #fff;
}

.team-item p {
    font-size: 16px;
    color: #fff;
    padding-top: 1%;
}

.team-item:hover .text {
    bottom: 0;
    transition: all 0.5s ease;
}

.team-item:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all 0.5s ease;
}


/*详情*/

.product-right-son {
    float: right;
    padding: 3%;
    background: #fff;
}

.product-right-son p {
    font-size: 16px;
    color: #3f3f3f;
    padding-bottom: 1%;
    line-height: 1.8;
}

.product-right-son img {
    max-width: 100%;
}


/*分页*/

.pagelist {
    text-align: center;
    padding: 3% 0;
}

.pagelist-center {
    display: inline-block;
}

.pagelist-center li {
    width: 36px;
    height: 36px;
    line-height: 36px;
    float: left;
    float: left;
    border: 1px solid #eee;
    border-radius: 3px;
    background: #fff;
    font-size: 16px;
    color: #8f8f8f;
    margin: 0 4px;
    list-style-type: none;
}

.pagelist-center li a {
    width: 100%;
    height: 100%;
    display: block;
}

.pagelist-center li.on {
    background: #1d74c9;
}

.pagelist-center li.on a {
    color: #fff;
}

.pagelist-center .perv {}

.pagelist-center .next {}

.phone-son-nav {
    position: relative;
    height: 45px;
    overflow: hidden;
    margin-bottom: 3%;
}

.phone-son-nav i {
    content: "";
    position: absolute;
    top: 12px;
    right: 10px;
    width: 22px;
    height: 22px;
    background: url(../images/jtt.png) no-repeat center;
    background-size: cover;
    transform: rotate(90deg);
    transition: all 0.3s;
}

.phone-son-nav.on {
    height: auto;
}

.phone-son-nav.on i {
    transform: rotate(-90deg);
    transition: all 0.3s;
}

.phone-son-nav a {
    font-size: 14px;
    color: #666;
    display: block;
    background: #fff;
    border-top: 1px solid #f5f5f5;
    height: 45px;
    line-height: 45px;
    padding: 0 3%;
}


/*.phone-son-nav a.on{background: #}*/


/*产品介绍*/

.product-intoduce {
    float: right;
}

.product-intoduce .item {
    display: block;
    position: relative;
    margin-bottom: 3%;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: inherit;
}

.product-intoduce .item-content {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    padding: 4% 0;
}

.product-intoduce .item-left {
    float: left;
    overflow: hidden;
    padding-left: 5%;
    padding-top: 3%;
}

.product-intoduce .item-left .image {
    float: left;
    width: 20%;
    height: 20%;
}

.product-intoduce .item-left .image img {
    width: 100%;
    max-width: 100px;
    max-height: 100px;
}

.product-intoduce .item-left .text {
    overflow: hidden;
    padding-left: 5%;
}

.product-intoduce .item-left .text h5 {
    font-size: 26px;
    color: #fff;
    padding-top: 1%;
}

.product-intoduce .item-left .text p {
    font-size: 16px;
    color: #f5f5f5;
    padding-top: 1%;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.product-intoduce .item-right {
    float: left;
    padding: 0 5%;
}

.product-intoduce .item-right .text {}

.product-intoduce .item-right .text p {
    font-size: 16px;
    color: #f5f5f5;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 1%;
}

.product-intoduce .item-right .but {
    padding-top: 5%;
}

.product-intoduce .item-right .but a {
    padding: 10px 90px 10px 10px;
    font-size: 14px;
    color: #1d74c9;
    background: #fff url(../images/arrows2.png) no-repeat 110px center;
    display: inline-block;
    transition: all 0.3s ease;
}

.product-intoduce .item-right .but a:hover {
    padding: 10px 100px 10px 10px;
    background: #fff url(../images/arrows2.png) no-repeat 120px center;
    display: inline-block;
    opacity: 0.9;
    transition: all 0.5s ease;
}


/*联系我们*/

.contact {
    overflow: hidden;
}

.contact-top {
    overflow: hidden;
}

.contact-top-left {
    position: relative;
    float: left;
    padding: 2%;
}

.contact-top-left .top {
    overflow: hidden;
}

.contact-top-left .top img {
    max-width: 100%;
}

.contact-top-left .top a {
    padding-right: 20px;
    position: relative;
    max-width: 33.33%;
    float: left;
}


/*.contact-top-left .top a:after{position: absolute;right: 0;top: 50%;transform: translateY(-50%);height: 20px;width: 1px;background: #1d74c9;content: '';opacity: .4}
.contact-top-left .top a:last-child:after{width: 0;opacity: 0}*/

.contact-top-left .bottom {
    overflow: hidden;
    position: absolute;
    left: 9%;
    bottom: 10%;
    width: 100%;
}

.contact-top-left .bottom span {
    font-size: 20px;
    color: #8d8d8d;
    float: left;
    padding: 1% 25px;
}

.contact-top-left .bottom span.addr {
    background: url(../images/addr.png) no-repeat left center;
}

.contact-top-left .bottom span.postcode {
    background: url(../images/postcode.png) no-repeat left center;
}

.contact-top-left .bottom span.tel {
    background: url(../images/tel2.png) no-repeat left center;
}

.contact-top-left .bottom span.fax {
    background: url(../images/fax.png) no-repeat left center;
}

.contact-top-left .bottom span.email {
    background: url(../images/emial.png) no-repeat left center;
}

.contact-top-right {
    background: #2386ee;
    float: left;
    padding: 2%;
}

.contact-top-right p {
    font-size: 12px;
    color: #000;
    opacity: 1;
    border-bottom: 1px dashed #fff;
    padding-bottom: 2%;
}

.contact-top-right .inputs {
    overflow: hidden;
}

.contact-top-right .inputs span {
    background: #fff;
    width: 48.5%;
    border: 1px solid #eee;
    margin-top: 3%;
}

.contact-top-right .inputs span.left {
    float: left;
}

.contact-top-right .inputs span.right {
    float: right;
}

.contact-top-right .inputs input {
    font-size: 12px;
    color: #333;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    border: 0;
    width: 100%;
    outline: 0;
}

.contact-top-right .text {
    padding-top: 3%;
}

.contact-top-right .text textarea {
    height: 75px;
    padding: 10px;
    width: 100%;
    font-size: 12px;
    color: #333;
}

.contact-top-right .sub {
    padding-top: 3%;
}

.contact-top-right .sub button {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #fff;
    background: #1aa8f0;
    border: 0;
}

.contact-map {}

#indexmap {
    height: 400px;
}

.honor {}

.honor-top {
    padding: 5%;
}

.honor-top p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.honor-content {
    padding: 5% 3%;
    background: #f5f5f5;
}

.honor-center {
    background: url(../images/honor.png) no-repeat center center;
    background-size: cover;
    position: relative;
    position: relative;
    padding: 5%;
}

.honor-container {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.honor-container img {
    width: 90%;
}

.honor-pagination {
    position: absolute;
    bottom: 2.5%;
    left: 0;
    width: 100%;
    text-align: center;
}

.honor-pagination span {
    width: 8px;
    height: 8px;
    border-radius: 0;
    background: #fff;
    opacity: 1;
    margin: 0 5px;
}

.honor-pagination span.swiper-pagination-bullet-active {
    background: #1d74c9;
}

.honor-bottom {
    padding: 1% 0;
    overflow: hidden;
}

.honor-bottom a {
    margin: 0.5% 1%;
    font-size: 16px;
    color: #666666;
    padding-left: 13px;
    background: url(../images/dian.png) no-repeat left center;
    width: 18%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fix-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: #191919;
    z-index: 9;
    -webkit-transform: translateZ(0);
    /*解决底部滑动抖动问题*/
    display: none;
}

.fix-bar .fixbtn {
    float: left;
    width: 50%;
    height: 50px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    /*background: url(../img/v2/onlinenew.png) 3rem center no-repeat;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fix-bar .fixbtn-apply {
    padding-left: 1rem;
}

.fix-bar .tel {
    position: absolute;
    left: 50%;
    top: -0.75rem;
    margin-left: -1.27rem;
    width: 55px;
    height: 55px;
    background: url(../images/phonenew.png) 0 0 no-repeat;
    background-size: 100%;
}


/*响应式类*/

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}


/* 超小屏幕（手机，小于 768px） */

@media (max-width: 768px) {
    .jsh-erp-title h5 {
        font-size: 24px;
    }
    .jsh-erp-nav li {
        flex-direction: column;
        text-align: center;
        display: flex;
        align-items: center;
        padding-bottom: 15px;
    }
    .jsh-erp-nav li img {
        width: 70px;
    }
    .jsh-erp-nav li span {
        font-size: 16px;
        padding-top: 8px;
    }
    .jsh-erp-content {
        padding-top: 5%;
    }
    .jsh-erp-content li img {
        display: none;
    }
    .jsh-erp-content .text {
        padding: 0 5%;
    }
    .jsh-erp-content .text h5 {
        font-size: 24px;
        text-align: center;
        padding-bottom: 20px;
    }
    .jsh-erp-content .text p {
        font-size: 16px;
    }
    .jsh-service-title {
        padding: 0%;
    }
    .jsh-service-title .left h5 {
        font-size: 24px;
    }
    .jsh-service-title .left h5::after {
        width: 0;
        height: 0;
    }
    .jsh-service-container .item h5 {
        font-size: 24px;
    }
    .jsh-service-container .item .text p {
        font-size: 15px;
        padding-bottom: 5px;
    }
    .jsh-service-container .item {
        width: 100%;
    }
    .jsh-service {
        padding: 5%;
    }
    .jsh-erp-content .link {
        text-align: center;
    }
    .jsh-service-container .item {
        height: 460px;
    }
    .jsh-reason-content img {
        display: none;
    }
    .jsh-reason {
        padding: 0 5%;
    }
    .jsh-reason-content h5 {
        font-size: 24px;
    }
    .jsh-reason-content p {
        font-size: 16px;
        line-height: 1.6;
        padding-bottom: 16px;
    }
    .jsh-reason-content em {
        font-size: 16px;
    }
    .jsh-reason .link {
        text-align: center;
    }
    .jsh-reason-anli li {
        width: 30%;
        margin-top: 15px;
        height: 115px;
    }
    .jsh-reason-anli {
        padding: 10% 0;
        flex-wrap: wrap;
    }
    .jsh-about-title {
        padding: 5%;
    }
    .jsh-about-title h5 {
        font-size: 24px;
    }
    .jsh-about-title p {
        font-size: 16px;
    }
    .jsh-about-nav {
        padding: 5%;
        flex-direction: column;
    }
    .jsh-about-nav h5 {
        padding-bottom: 15px;
    }
    .jsh-about-text {
        padding: 0 5%;
    }
    .jsh-honor-content {
        display: block;
    }
    .jsh-honor-item .title h5 {
        font-size: 28px;
    }
    .jsh-honor-item {
        width: 100%;
        padding-top: 15px;
    }
    .jsh-honor {
        padding: 0 5%;
    }
    .jsh-honor-item+.jsh-honor-item {
        padding-left: 0;
        border: 0;
    }
    .jsh-news {
        padding: 5%;
    }
    .jsh-news-title {
        flex-direction: column;
    }
    .jsh-news-title .right a {
        margin-left: 0;
        width: 30%;
    }
    .jsh-news-title .left {
        text-align: center;
    }
    .jsh-news-title .left h5 {
        font-size: 24px;
    }
    .jsh-news-title .right {
        width: 100%;
        justify-content: center;
        /* justify-content: space-between; */
        padding-top: 20px;
    }
    .jsh-news-list li {
        width: 100%;
    }
    .jsh-link {
        font-size: 14px;
    }
    .swiper-button-prev,
    .swiper-button-next {
        display: none;
    }
    #_QD_INVITE_IFRAME_ID_PREFIX_2852159266,
    #qidian_wpa_2852159266_48 {
        display: none;
    }
    .hidden-xs {
        display: none;
    }
    .product-right-son {
        padding: 4% 6%;
    }
    /*首页*/
    .index-product .top img {
        height: 26px;
        width: auto;
    }
    .index-product .top span {
        font-size: 18px;
    }
    /*	.index-product .content li:nth-of-type(2n){display: none;}*/
    .index-content .one-left-top img {
        height: 26px;
        width: auto;
    }
    .index-content .one-left h1 {
        font-size: 18px;
    }
    .index-content .one-left-top {
        padding-top: 8%;
    }
    .index-content .one-left h1 {
        padding: 3% 0 3%;
    }
    .index-content .two-center .image {
        padding-top: 8%;
    }
    .index-content .two-center .image img {
        height: 26px;
    }
    .index-content .two-center h3 {
        font-size: 18px;
    }
    .index-content .two-center a {
        padding: 2% 15%;
    }
    .index-content .four-left {
        float: right;
    }
    .index-content .four-right {
        float: right;
    }
    .index-content .four-right .image img {
        height: 26px;
    }
    .index-content .four-right h3 {
        font-size: 18px;
        padding: 3% 0 4%;
    }
    .index-content .four-right p {
        padding-top: 5%;
    }
    .son-banner {
        height: 180px;
    }
    .product-right-item .image img {
        width: 40%;
        height: auto;
    }
    .contact-top-right .inputs span {
        width: 100%;
        float: none;
    }
    .contact-top-left .bottom {
        position: relative;
        bottom: auto;
        left: auto;
        padding-top: 5%;
    }
    .contact-top-left .bottom span {
        padding: 2% 25px;
    }
    .honor-center {
        padding: 12% 5%;
    }
    .honor-bottom {
        padding-top: 5%;
    }
    .honor-bottom a {
        width: 100%;
        padding: 2%;
        padding-left: 13px;
    }
    .son-nav a {
        padding: 3.5% 0;
        width: 33.333%;
    }
    .news-content h5 span,
    .news-content h5 em {
        width: 100%;
        padding: 1% 0;
    }
    .news-back {
        float: left;
        display: none;
    }
    .inside-news-content .title {
        padding: 4% 0;
    }
    .inside-news-content .time {
        padding-bottom: 4%;
    }
    .index-dynamic .right-son:nth-of-type(2) {
        display: none;
    }
    .index-dynamic .right-son {
        padding: 0;
    }
    .index-dynamic .right-son span {
        text-align: right;
    }
    .index-content .four-right .tel img {
        height: 20px;
    }
    .product-intoduce .item {
        margin-bottom: 5%;
    }
    .product-intoduce .item-right .text p {
        padding-top: 3%;
    }
    .product-intoduce .item-left .image {
        width: auto;
    }
    .product-intoduce .item-left .image img {
        max-width: 70px;
        max-height: 70px;
    }
    .product-intoduce .item-right .but {
        padding-top: 10%;
    }
    .team-item .text {
        bottom: 0;
    }
    #indexmap {
        height: 250px;
    }
    .index-content .three-left:nth-of-type(2n) {
        display: none;
    }
    .index-content .three-left p {
        opacity: 1;
    }
    .index-content .three-left span {
        font-size: 16px;
    }
    .index-content .two-left-item span {
        font-size: 16px;
    }
    .index-dynamic .right {
        height: 19px;
        line-height: 19px;
    }
    .index-product .content span {
        width: 38px;
        height: 38px;
    }
    .product-intoduce .item-left .text h5 {
        font-size: 22px;
    }
    .product-intoduce .item-right .text {
        display: none;
    }
}


/* 小屏幕（平板，大于等于 768px） */

@media (min-width: 768px) {
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    #indexmap {
        height: 300px;
    }
}


/* 中等屏幕（桌面显示器，大于等于 992px） */

@media (min-width: 992px) {
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
}


/* 大屏幕（大桌面显示器，大于等于 1200px） */

@media (min-width: 1200px) {
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}